.slider1{
	background-image: url("http://www.codingbybrandon.com/highlandscafe-new/images/slider-3.png");
  	height: 850px;
  	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.slider2{
	background-image: url("http://www.codingbybrandon.com/highlandscafe-new/images/breakfast.jpg");
  	height: 500px;
  	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.slider3{
	background-image: url("http://www.codingbybrandon.com/highlandscafe-new/images/lunch.jpg");
  	height: 500px;
  	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#specials{
	background-color: #8d5005;
	/*height: 200px;*/
}

section{
	padding-top: 20px;
	padding-bottom: 40px;
}

body{
  font-family: "Open Sans", sans-serif;
}

#square {color: #FF0000!;}